home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / net commander 1.0 / ISP / SCRPTLST / SEANET.CMD < prev    next >
Encoding:
Text File  |  1996-02-13  |  1.5 KB  |  65 lines

  1. #         TRUMPET WINSOCK LOGIN.CMD FOR SEANET
  2.  
  3.  
  4. $number = ""
  5. $login = ""
  6. $password = ""
  7.  
  8. DISPLAY \n
  9. DISPLAY \n
  10. DISPLAY \n
  11. DISPLAY \n
  12. DISPLAY *****************************************************************\n
  13. DISPLAY                Your modem is now dialing SeaNet...\n
  14. DISPLAY \n
  15. DISPLAY If you receive a busy signal Winsock Dialer will redial the phone \n
  16. DISPLAY every 30 seconds until a connection is made or until you press\n
  17. DISPLAY the Escape key (Esc).\n
  18. DISPLAY *****************************************************************\n
  19. DISPLAY \n
  20.  
  21. OUTPUT ATX4V1QE1\13
  22. input 10 OK
  23.  
  24. repeat
  25.    display \n
  26.    display \n
  27.    OUTPUT ATDT$number\13
  28.    display Please Wait...\n
  29. until [input 45 CONNECT]
  30.  
  31. #WAIT 30 DCD
  32. SLEEP 3
  33.  
  34. INPUT 30 login:
  35.  
  36.    OUTPUT $login\13
  37.    INPUT 30 Password:
  38.    OUTPUT $password\13
  39.  
  40. if [input 15 PPP]
  41.  
  42. DISPLAY \n
  43. DISPLAY \n
  44. DISPLAY \n
  45. DISPLAY ********************************************************************\n
  46. DISPLAY                        
  47. DISPLAY "                            Welcome to..."\n
  48. DISPLAY \n
  49. DISPLAY "                         S   E   A   N   E   T"\n
  50. DISPLAY \n
  51. DISPLAY You may now MINIMIZE Trumpet Winsock and run your PPP applications. \n
  52. DISPLAY If you have any problems please call 206-343-7828\n
  53. DISPLAY ********************************************************************\n
  54. DISPLAY \n
  55. DISPLAY \n
  56. DISPLAY \n
  57.  
  58. ONLINE
  59. else
  60.  
  61. display \n
  62. display \n
  63. display *** ERROR: not to connect! ***
  64. end
  65.